home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / wndos / feb94 / armb101.gif next >
Graphics Interchange Format  |  1995-09-26  |  4KB  |  640x480  |  4-bit (4 colors)
Labels: text | screenshot | display | font | software | number
OCR: li le Edit View Run Debug Window Options Help Command * (scratch) # int a = 1; :int *iptr ; # iptr = &a; # *iptr 1 # iptr address 1AA8 # char *string = "This is a test"; string address 1AAE: "This is a test" &string address 1AAC # *string 'T' (0x54) # *string+2 86 (0x56) # *(string+2) 'i' (0x69) # 4.0MB